home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / comm / avm / rexx / loadiff.avm < prev    next >
Encoding:
Text File  |  1994-04-06  |  117 b   |  5 lines

  1. /* */
  2. parse arg iffFileName compression fileName .
  3.  
  4. address command 'avm:iff2adpcm' iffFileName compression fileName
  5.